home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtSetReqPosition.asm < prev    next >
Assembly Source File  |  1992-06-10  |  192b  |  19 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    _rtSetReqPosition
  5.  
  6. rl    REG    a2/a6
  7.  
  8. _rtSetReqPosition:
  9.  
  10.     movem.l    rl,-(a7)
  11.     RTB
  12.     move.l    12(a7),d0
  13.     movem.l    16(a7),a0/a1/a2
  14.     jsr    -126(a6)
  15.     movem.l    (a7)+,rl
  16.     rts
  17.  
  18.     END
  19.